home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / rage / Data1.cab / Common_Files / ScriptParse.dll / MAP / RAGEMAP < prev   
Encoding:
Text File  |  1997-10-28  |  935 b   |  38 lines

  1. //
  2. //      Rage configuration file test set
  3. //
  4.  
  5. S1[#ABTN] => B1[OFF];
  6. S2[#BBTN] => B2[OFF];
  7. S3[#CBTN] => B3[OFF];
  8. S4[#XBTN] => B4[OFF];
  9. S5[#YBTN] => B5[OFF];
  10. S6[#ZBTN] => B6[OFF];
  11. S7[#START] => B7[OFF];
  12. S8[#SELECT] => B8[OFF];
  13. S9[#LFTRIG] => B9[OFF];
  14. S10[#RTTRIG] => B10[OFF];
  15. DUAL1 => <3>:PS1[MID]                 // X axis divided into thirds
  16.         <3>:PS2[MID]                    // Y axis divided into thirds 
  17.     0[#DPUL]:PS1[1] & PS2[1]
  18.     1[#DPU]:PS1[1] & PS2[2]
  19.     2[#DPUR]:PS1[1] & PS2[3]
  20.     3[#DPL]:PS1[2] & PS2[1]
  21.     4[#DPM]:PS1[2] & PS2[2]
  22.     5[#DPR]:PS1[2] & PS2[3]
  23.     6[#DPDL]:PS1[3] & PS2[1]
  24.     7[#DPD]:PS1[3] & PS2[2]
  25.     8[#DPDR]:PS1[3] & PS2[3];
  26. EMIT1 => <20>:PS1;
  27. EMIT2 => <20>:PS2;
  28. STEP1 => <20>:PS1;
  29. STEP2 => <20>:PS2;
  30. AXIS1[#ROLL] => PS1;
  31. AXIS2[#PITCH] => PS2;
  32. AXIS7[#X] => PS1;        // these are special entries for naming
  33. AXIS8[#Y] => PS2;
  34. AXIS9[#Z] => PS3;
  35. AXIS10[#R] => PS4;
  36. AXIS11[#U] => PS5;
  37. AXIS12[#V] => PS6;
  38. $$